home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
toollib
/
linklib
/
gadgetof.asm
< prev
next >
Wrap
Assembly Source File
|
1995-12-30
|
160b
|
12 lines
;:ts=8
xref _ToolBase
xdef _GadgetOff
_GadgetOff:
movem.l a6/a2,-(sp)
move.l _ToolBase,a6
movem.l 12(sp),a0/a1/a2
jsr -138(a6)
movem.l (sp)+,a6/a2
rts